[Manager Summary]

PMSetItemProc


Sets your application-defined event-handling function for items in a custom dialog box.
OSStatus PMSetItemProc(PMDialog pmDialog, PMItemUPP itemProc)
PARAMETERS
pmDialog
The PMDialog object for the dialog box containing your additional dialog items.
itemProc
A pointer to your application-defined event-handling function. For information about implementing this function, see the description of the PMItemProcPtr function.
function result
A result code. See Result Codes.
CARBON PORTING NOTES
 The PMSetItemProc function allows you to set the pointer previously contained in the pItemProc field of the Printing Manager function TPrDlg.

Last modified: 5/7/99. Status: Draft Copyright 1999 Apple Computer, Inc. All rights reserved.